home *** CD-ROM | disk | FTP | other *** search
- Path: news.onramp.net!enterprise
- From: oa@iah.com (Rick Lutowski)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Need Simple X-Y Plotting routines
- Date: 2 Feb 1996 15:22:36 GMT
- Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
- Message-ID: <4eta7s$kdm@news.onramp.net>
- References: <larry_kearney-3101960706540001@amaryllisp1.appsig.com> <310F103D.130@vtel1.vermontel.com>
- Reply-To: oa@iah.com (Rick Lutowski)
- NNTP-Posting-Host: iah05.iah.com
- X-Newsreader: skim version 0.8.2
-
- larry_kearney@appsig.com (Lawrence Kearney) wrote:
- > I Am Looking for simple Cartesian Plotting routines to display a set of
- > X,Y coordinates. Most routines that are avail are just too complicated,
- > for my use. It would be nice if the sources are avail, so I could modify
- > them for my use...
-
- The PRL-PLOT library has routines for both 2D and 3D function plots,
- including Cartesian, polar, and spherical. Source code is included
- with all purchases, and a binary version is available for free under
- Linux. As for simplicity of use, all PRL libraries use object-
- based organization and subprogram naming to improve ease of use,
- and readability of the resulting program. An example of a complete
- program for plotting a simple curve using PRL-PLOT can be found on
- the Object Access web page at http://www.iah.com/oa/, so you can
- judge ease of use for yourself. You can also download the free Linux
- version from the web site.
-
- Rick Lutowski
- --
- +-----------------------------------------------------------------+
- | Rick Lutowski oa@iah.com 713-332-7281 |
- | Object Access http://www.iah.com/oa/ 713-554-7617 |
- | --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- |
- | The source for Programmer's Reusable Libraries (TM) oa=OO |
- +-----------------------------------------------------------------+
-